home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 119
/
(Vol 119) Nov 09 2010.iso
/
Games
/
magic_balls.swf
/
scripts
/
DefineSprite_98
/
frame_2
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
310b
|
18 lines
if(275 < getProperty(_root.roof, _Y))
{
_root.dif -= 1;
}
testforover = 1;
while(testforover < _root.totalballs)
{
if(325 < getProperty("_root.ball" add testforover, _Y))
{
tellTarget("../")
{
gotoAndStop("bad");
play();
}
}
testforover++;
}